dreamweaver.historyPalette.copySteps()

Availability 3.0
Description Copies the specified history steps to the clipboard. Dreamweaver warns the user of possible unintended consequences if the specified steps include an unrepeatable action.
Arguments arrayOfIndices
The argument is an array of position indices in the History palette.
Returns Nothing.
Enabler None.
Example The following code copies the first four steps in the History palette:
dw.historyPalette.copySteps([0,1,2,3]);